Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text.contentassist
Interface IContextInformationValidatorExtension

All Known Implementing Classes:
ContextInformationValidator

public interface IContextInformationValidatorExtension

Extends IContentAssit with the concept of a content assist subject which provides the context for the content assistant.

XXX: This is work in progress and can change anytime until API for 3.0 is frozen.

Since:
3.0

Method Summary
 void install(IContextInformation info, IContentAssistSubject contentAssistSubject, int documentPosition)
          Installs this validator for the given context information.
 

Method Detail

install

public void install(IContextInformation info,
                    IContentAssistSubject contentAssistSubject,
                    int documentPosition)
Installs this validator for the given context information.

Parameters:
info - the context information which this validator should check
contentAssistSubject - the content assist subject
documentPosition - the document position for which the information has been computed

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.